Edit Resource: NewName
Description
The NewName attribute under EditResource allows you to change the name of a resource (also referred to as ResourceID).
Parameters
Parameter | Description |
---|---|
NewName | A string of text in single quotes for the Resource to be renamed to. |
Examples
Rename ResA to ResNameChanged.
PATCH api/resource/ResA
Body:
{
"NewName" : "ResNameChanged",
}